Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | const check = require('check-types'); |
||
17 | constructor(source, target, relation = null, label = null, metadata = null, directed = true) { |
||
18 | this.source = source; |
||
19 | this.target = target; |
||
20 | this.relation = relation; |
||
21 | this.label = label; |
||
22 | this.metadata = metadata; |
||
23 | this.directed = directed; |
||
24 | } |
||
25 | |||
67 | }; |